home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / GetAccess < prev    next >
Text File  |  1990-06-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      GetAccess(33.4)      ARP Programmers Manual       GetAccess(33.4)
  5.  
  6.  
  7.  
  8.      NAME
  9.       GetAccess -- Locks access to a tracked resource.
  10.  
  11.      SYNOPSIS
  12.       Pointer = GetAccess( tracker )
  13.          d0              A1
  14.  
  15.      FUNCTION
  16.       This function    returns    a pointer to a tracked resource, if
  17.       the resource is still    available, and locks it    into memory.
  18.       If the resource has been freed since the last    FreeAccess()
  19.       call,    the return value from this function will be NULL.  You
  20.       can then do a    FreeTrackedItem( tracker ) to release the
  21.       tracker, should you so desire.
  22.  
  23.       If this function returns NON-NULL, then the resource will
  24.       once again be    locked into memory until the next FreeAccess()
  25.       call on this tracker.
  26.  
  27.      INPUTS
  28.       tracker -- the tracker for the resource you want to reclaim.
  29.  
  30.      RESULTS
  31.       Pointer -- pointer to    the resource or    NULL, if the resource
  32.           is gone.
  33.  
  34.      BUGS
  35.       None Known.
  36.  
  37.      SEE ALSO
  38.       FreeAccess(),    GetTracker()
  39.  
  40.      AUTHOR
  41.       CDH
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.